Click or drag to resize

DomainResponse Class

Contains the requested settings for the specified domain.
Inheritance Hierarchy
SystemObject
  Independentsoft.Exchange.AutodiscoverDomainResponse

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class DomainResponse

The DomainResponse type exposes the following members.

Constructors
  NameDescription
Public methodDomainResponse
Initializes a new instance of the DomainResponse class.
Top
Properties
  NameDescription
Public propertyDomainSettingErrors
Contains error information for settings that could not be returned.
Public propertyDomainSettings
Represents the domain settings that were submitted in an Autodiscover request or returned by an Autodiscover response.
Public propertyErrorCode
Specifies the error code that is associated with the specific request.
Public propertyErrorMessage
Specifies the error message that is associated with the specific request.
Public propertyRedirectTarget
Identifies the target of the redirection. The target can be either a URL or an e-mail address.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also